Conversation
Previously, the code attempted to rename the source file to its filename without extension before suggesting it in the file picker. This step has been removed; the picker now simply suggests the source file as-is, avoiding unnecessary file operations.
Previously, SuggestedSaveFile used the full file name with its original extension, which could result in names like "file.png.ico" when saving as a different type. Now, SuggestedFileName is set to the source file's name without its extension, ensuring cleaner suggested names and preventing duplicate extensions in the save dialog.
Upgraded Magick.NET-Q16-AnyCPU to 14.10.4 and Microsoft.Extensions.Hosting to 10.0.5 to keep dependencies current and benefit from the latest fixes and improvements.
Incremented package version to 1.15.1.0 in Package.appxmanifest. Disabled generation of test artifacts and symbol packages in wapproj by setting GenerateTestArtifacts to false and adding AppxSymbolPackageEnabled=false. Reformatted wapproj for consistency.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.